runtime.mcentral.full (field)

5 uses

	runtime (current package)
		mcentral.go#L44: 	full    [2]spanSet // list of spans with no free objects
		mcentral.go#L52: 	lockInit(&c.full[0].spineLock, lockRankSpanSetSpine)
		mcentral.go#L53: 	lockInit(&c.full[1].spineLock, lockRankSpanSetSpine)
		mcentral.go#L71: 	return &c.full[1-sweepgen/2%2]
		mcentral.go#L77: 	return &c.full[sweepgen/2%2]